home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / NowShowingPopup.xml241 < prev    next >
Text File  |  2007-06-28  |  3KB  |  51 lines

  1. <settings>
  2.     <!-- text style -->
  3.     <TextStyles>
  4.     </TextStyles>
  5.  
  6.     <!-- placements -->
  7.     <Placements>
  8.         <Placement name="SelectedSummary" loc="5,2"/>
  9.         <Placement name="ChannelList" loc="5,69"/>
  10.         <Placement name="FirstChannel" loc="6.25,71.25" offset="5.0" count="5"/>
  11.     </Placements>
  12.  
  13.     <!-- Composite Images -->
  14.     <CompositeImages>
  15.         <CompositeImage name="SelectedSummary" size="90,15">
  16.             <DrawRoundedRect loc="2,10" size="96,80" fillColor="PopupBackground" borderColor="PopupBorder" radius="@PopupCornerRadius" borderWidth="@PopupBorderWidth"/>
  17.             <DrawText text="@description" loc="3,5" size="94,90" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  18.         </CompositeImage>
  19.  
  20.         <CompositeImage name="ChannelList" size="90,30">
  21.             <DrawRoundedRect loc="2,6" size="96,88" fillColor="PopupBackground" borderColor="PopupBorder" radius="@PopupCornerRadius" borderWidth="@PopupBorderWidth"/>            
  22.         </CompositeImage>
  23.         
  24.         <CompositeImage name="ChannelItemSelected" size="87.5,5">
  25.             <DrawCommonImage name="GeneralSelection"/>            
  26.             <DrawText text="@channelNumber" loc="2,0" size="6,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  27.             <DrawText text="@channelName" loc="8,0" size="31,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  28.             <DrawText text="@showNameAndRemaining" loc="40,0" size="55,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  29.         </CompositeImage>
  30.  
  31.         <CompositeImage name="ChannelItemNormal" size="87.5,5">
  32.             <DrawText text="@channelNumber" loc="2,0" size="6,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  33.             <DrawText text="@channelName" loc="8,0" size="31,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  34.             <DrawText text="@showNameAndRemaining" loc="40,0" size="55,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  35.         </CompositeImage>
  36.  
  37.         <CompositeImage name="ShowItemSelected" size="87.5,5">
  38.             <DrawCommonImage name="GeneralSelection"/>
  39.             <DrawText text="@channelNumber" loc="2,0" size="6,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  40.             <DrawText text="@channelName" loc="8,0" size="31,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  41.             <DrawText text="@showNameAndRemaining" loc="40,0" size="55,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  42.         </CompositeImage>
  43.  
  44.         <CompositeImage name="ChannelItemNormal" size="87.5,5">
  45.             <DrawText text="@channelNumber" loc="2,0" size="6,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  46.             <DrawText text="@channelName" loc="8,0" size="31,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  47.             <DrawText text="@showNameAndRemaining" loc="40,0" size="55,100" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  48.         </CompositeImage>
  49.  
  50.     </CompositeImages>
  51. </settings>